home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Headers / driverkit / i386 / IOPCMCIADirectDevice.h < prev    next >
Encoding:
Text File  |  1994-08-15  |  375 b   |  23 lines

  1. /*
  2.  * Copyright (c) 1994 NeXT Computer, Inc.
  3.  *
  4.  * PCMCIA direct device interface.
  5.  *
  6.  * HISTORY
  7.  *
  8.  * 17 May 1994 Curtis Galloway at NeXT
  9.  *    Created.
  10.  *
  11.  */
  12.  
  13. #import <driverkit/IODirectDevice.h>
  14.  
  15. @interface IODirectDevice(IOPCMCIADirectDevice)
  16.  
  17. - (IOReturn) mapAttributeMemoryTo:(vm_address_t *) destAddr
  18.             findSpace:(BOOL) findSpace;
  19.  
  20. - (void) unmapAttributeMemory;
  21.  
  22. @end
  23.